Next | Prev | Up | Top | Contents | Index

Using the Options Menu to Access Information

The Options menu gives access to some of the information collected by ogldebug (see Figure 10-5).

Here's a brief description of each command in the Options menu:

Call CountBrings up a window with information about the total number of OpenGL calls as well as individual counts for each OpenGL call. You can choose between displaying all available OpenGL calls and all calls that have been made so far.
Display List InformationBrings up a window with information about the application's display lists, if any.
Primitive InformationProvides the current count for all primitives (for example, quads, polygons, and so on).
State InformationBrings up a window that displays information on OpenGL state variables. To view state information, choose one variable by name. A window displaying the current and default value appears.
Window InformationBrings up window information for the application you are running from ogldebug.

Figure 10-5 : The Options Menu and Associated Panels


Next | Prev | Up | Top | Contents | Index